@steadyTrackingSheet
@smoke
Feature: Steady tracking sheet Functionalities
Description: As a user of the system
I want to manage steady tracking sheets
So that I can maintain and track steady assignments
File name: SteadyTrackingSheet.feature
Relative path: features/SteadyTrackingSheet.feature
Given
TR user logged into the application
And
User navigates to the steady tracking sheet page
And
Select Job code for some steadies under Ops - Clerk tab
Then
Enter remarks for first row in the steady tracking sheet
And
User clicks on Save button in the steady tracking sheet
Then
User should see success message for steady tracking sheet
And
Verify total value
And
Select Job code for some steadies under vessel - clerk tab
Then
Enter remarks for first row in the steady tracking sheet
And
User clicks on Save button in the steady tracking sheet
Then
User should see success message for steady tracking sheet
And
Verify total value
And
Select Job code for some steadies under Vessel - forman tab
Then
Enter remarks for first row in the steady tracking sheet
And
User clicks on Save button in the steady tracking sheet
Then
User should see success message for steady tracking sheet
Error: expect(received).toContain(expected) // indexOf
Expected substring: "10"
Received string: ""
at Proxy.(anonymous) (C:\SOTA\node_modules\@playwright\test\lib\matchers\expect.js:130:37)
at SteadyTrackingSheetPage.(anonymous) (C:\SOTA\src\pages\steadyTrackingSheet.page.ts:357:60)
at step (C:\SOTA\src\pages\steadyTrackingSheet.page.ts:33:23)
at Object.next (C:\SOTA\src\pages\steadyTrackingSheet.page.ts:14:53)
at fulfilled (C:\SOTA\src\pages\steadyTrackingSheet.page.ts:5:58)